The H5_GET_LIBVERSION function returns the current version of the HDF5 library used by IDL.
Result = H5_GET_LIBVERSION( )
Returns a string in the form of ‘maj.min.rel’, where maj is the major number, min is the minor number, and rel is the release number. An example would be ‘1.4.3’, representing HDF5 version 1.4.3.
None
None
5.6 |
Introduced |